翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

programming tool : ウィキペディア英語版
programming tool

A programming tool or software development tool is a computer program that software developers use to create, debug, maintain, or otherwise support other programs and applications. The term usually refers to relatively simple programs, that can be combined together to accomplish a task, much as one might use multiple hand tools to fix a physical object. The ability to use a variety of tools productively is one hallmark of a skilled software engineer.
The most basic tools are a source code editor and a compiler or interpreter, which are used ubiquitously and continuously. Other tools are used more or less depending on the language, development methodology, and individual engineer, and are often used for a discrete task, like a debugger or profiler. Tools may be discrete programs, executed separately – often from the command line – or may be parts of a single large program, called an integrated development environment (IDE). In many cases, particularly for simpler use, simple ad hoc techniques are used instead of a tool, such as print debugging instead of using a debugger, manual timing (of overall program or section of code) instead of a profiler, or tracking bugs in a text file or spreadsheet instead of a bug tracking system.
The distinction between tools and applications is murky. For example, developers use simple databases (such as a file containing a list of important values) all the time as tools. However a full-blown database is usually thought of as an application or software in its own right. For many years, computer-assisted software engineering (CASE) tools were sought after. Successful tools have proven elusive. In one sense, CASE tools emphasized design and architecture support, such as for UML. But the most successful of these tools are IDEs.
==List of tools==

Software tools come in many forms:
*Binary compatibility analysis: ABI Compliance Checker
*Bug databases: Comparison of issue tracking systems - Including bug tracking systems
*Build tools: Build automation, List of build automation software
*Call graph
*Code coverage: Code coverage#Software code coverage tools.
*Code sharing sites: Freshmeat, Krugle, Sourceforge, GitHub. See also .
*Compilation and linking tools: GNU toolchain, gcc, Microsoft Visual Studio, CodeWarrior, Xcode, ICC
*Debuggers: Debugger#List of debuggers. See also Debugging.
*Disassemblers: Generally reverse-engineering tools.
*Documentation generators: Comparison of documentation generators, help2man, Plain Old Documentation, asciidoc
*Formal methods: Mathematical techniques for specification, development and verification
*GUI interface generators
*Library interface generators: SWIG
*Integration Tools
*Memory debuggers are frequently used in programming languages (such as C and C++) that allow manual memory management and thus the possibility of memory leaks and other problems. They are also useful to optimize efficiency of memory usage. Examples: dmalloc, Electric Fence, Insure++, Valgrind
*Parser generators: Parsing#Parser development software
*Performance analysis or profiling: List of performance analysis tool
*Refactoring browser
*Revision control: List of revision control software, Comparison of revision control software
*Scripting languages: PHP, Awk, Perl, Python, REXX, Ruby, Shell, Tcl
*Search: grep, find
*Source code Clones/Duplications Finding: Duplicate code#Tools
*Source code editor
*
*Text editors: List of text editors, Comparison of text editors
*Source code formatting: indent
*Source code generation tools: Automatic programming#Implementations
*Static code analysis: lint, List of tools for static code analysis
*Unit testing: List of unit testing frameworks

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「programming tool」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.